home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Complet / CINEBENCH 2003 / resource / res / description / Texpression.h < prev    next >
C/C++ Source or Header  |  2003-02-27  |  138b  |  10 lines

  1. #ifndef _TEXPRESSION_H_
  2. #define _TEXPRESSION_H_
  3.  
  4. enum
  5. {
  6.     EXPRESSION_PRIORITY = 1000998,
  7.     EXPRESSION_ENABLE   = 1000999
  8. };
  9.  
  10. #endif